Method PartitionByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)

Assembly: redb.Core.dll

Partition by IRedbObject base field (SchemeId, OwnerId, etc.).
Uses IRedbObject for compile-time safety - Props not visible!

public IWindowSpec<TProps> PartitionByRedb<TKey>(Expression<Func<IRedbObject, TKey>> keySelector)